home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
steppenw.swf
/
scripts
/
DefineButton2_1114
/
BUTTONCONDACTION on(press).as
next >
Wrap
Text File
|
2008-11-12
|
446b
|
20 lines
on(press){
if(getProperty("AttBas", _Y) - 10 < getProperty("Attachement", _Y) + getProperty("Attachement", _height))
{
setProperty("Attachement", _Y, getProperty("Attachement", _Y) - 10);
}
tellTarget("../FlechesRoue")
{
gotoAndStop("Down");
}
set("/Variables:ScrollMail",-10);
tellTarget("ScrollAttachement")
{
play();
}
tellTarget("../RoueScroll")
{
play();
}
}